Package pl. wendigo. chrome. api. layertree
Contains DevTools Protocol LayerTree domain implementation accessible via LayerTreeDomain class.
Types
CompositingReasonsRequest
Link copied to clipboard
CompositingReasonsResponse
Link copied to clipboard
data class CompositingReasonsResponse(compositingReasons: List<String>, compositingReasonIds: List<String>)
Content copied to clipboard
Represents response frame that is returned from LayerTree#compositingReasons operation call.
Layer
Link copied to clipboard
data class Layer(layerId: LayerId, parentLayerId: LayerId?, backendNodeId: BackendNodeId?, offsetX: Double, offsetY: Double, width: Double, height: Double, transform: List<Double>?, anchorX: Double?, anchorY: Double?, anchorZ: Double?, paintCount: Int, drawsContent: Boolean, invisible: Boolean?, scrollRects: List<ScrollRect>?, stickyPositionConstraint: StickyPositionConstraint?)
Content copied to clipboard
LayerPaintedEvent
Link copied to clipboard
LayerTreeDidChangeEvent
Link copied to clipboard
LayerTreeDomain
Link copied to clipboard
LoadSnapshotRequest
Link copied to clipboard
LoadSnapshotResponse
Link copied to clipboard
MakeSnapshotRequest
Link copied to clipboard
MakeSnapshotResponse
Link copied to clipboard
PaintProfile
Link copied to clipboard
PictureTile
Link copied to clipboard
ProfileSnapshotRequest
Link copied to clipboard
data class ProfileSnapshotRequest(snapshotId: SnapshotId, minRepeatCount: Int?, minDuration: Double?, clipRect: Rect?)
Content copied to clipboard
Represents request frame that can be used with LayerTree#profileSnapshot operation call.
ProfileSnapshotResponse
Link copied to clipboard
ReleaseSnapshotRequest
Link copied to clipboard
ReplaySnapshotRequest
Link copied to clipboard
data class ReplaySnapshotRequest(snapshotId: SnapshotId, fromStep: Int?, toStep: Int?, scale: Double?)
Content copied to clipboard
Represents request frame that can be used with LayerTree#replaySnapshot operation call.
ReplaySnapshotResponse
Link copied to clipboard
ScrollRect
Link copied to clipboard
SnapshotCommandLogRequest
Link copied to clipboard
SnapshotCommandLogResponse
Link copied to clipboard
SnapshotId
Link copied to clipboard
StickyPositionConstraint
Link copied to clipboard
data class StickyPositionConstraint(stickyBoxRect: Rect, containingBlockRect: Rect, nearestLayerShiftingStickyBox: LayerId?, nearestLayerShiftingContainingBlock: LayerId?)
Content copied to clipboard